JSString

Undocumented in source.
version(WebAssembly)
struct JSString {}

Constructors

this
this(string str)
Undocumented in source.

Members

Variables

length
size_t length;
Undocumented in source.
ptr
void* ptr;
Undocumented in source.

Meta